Utilities to write tests. More...
Static Public Member Functions | |
static void | check (bool condition, const nkMemory::StringView &message="") |
Utilities to write tests.
|
static |
Allows to check a condition and fail if it resolves to false.
condition | The condition to check for. |
message | The message to provide in case of a failure. |